Use this tag for questions about separating an item (e.g. a string) into parts, often by a delimiter or regular expression.
I have this string 'john smith~123 Street~Apt 4~New York~NY~12345' Using JavaScript, what is the fastest way to …
javascript string-splitI'm trying to split a string with regexp_subtr, but i can't make it work. So, first, i have this …
sql regex oracle string-split regexp-substrIn my SQL statement I have to extract a substring from a string at the character '_'. Strings can …
string postgresql string-split sql-standardsMy .txt file looks like this: ![enter image description here][1] How can I read my txt file into a string …
python string readfile string-splitI have a <20x1> cell array and each of them stores some data in the form of a …
arrays string matlab cell-array string-splitI am trying to split a string into 29 tokens..... stringtokenizer won't return null tokens. I tried string.split, but I …
java string stringtokenizer string-splitWhat is the right way to split a string into words ? (string doesn't contain any spaces or punctuation marks) For …
algorithm nlp dynamic-programming string-split text-segmentationI have my string in $LINE and I want $ITEMS to be the array version of this, split on single …
bash string-split tab-delimitedI have a seemingly simple problem of splitting a comma separated String into tokens, whereby the output should include empty …
java string java.util.scanner stringtokenizer string-split