Skip to main content
to explode

to explode

1 6.3
To split text into parts at a mark like a comma
  • verb
  • /ɪkˈsploʊd/
  • Specialized
translation icon : dividir
  • In Python, you can use the explode() function to split a string into a list of words.

Examples

  • To analyze the data, we must first explode the record into individual fields for better visualization.

  • In the PHP code that receives it, explode() them back into two values:

    Blog text (19)
  • The program allows users to explode a long text into separate keywords for easier search functionality.

Synonyms

to split
vsto explode
513 1.3

To break something into two or more parts

does the same specifically for text strings producing arrays
to parse
vsto explode
  • Specialized
11 4.8

To break text or data into parts so a computer can read it

only separates text into parts using a delimiter for output
to delim
vsto explode
  • Jargon
9.7

To separate data into parts using a character like a comma

divides text into a list of substrings using that delimiter
to tokenize
vsto explode
  • Specialized
7.0

To break writing into words or symbols so a computer can use it

splits text by a specific separator to produce substrings

Phrasal Verbs

7.7

Make a shocking announcement that surprises people

Surface Forms

explode infinitive
exploded past
exploded past participle
exploding present participle
explodes third person singular

Etymology

Explode is used in computing as a simple image of breaking into pieces: imagine a line of text 'bursting' at each comma into separate parts. So to 'explode' a string means to split it into smaller pieces for use.