Search code examples
Extract <img> src value from a string which may contain invalid HTML...

phpregexsrctext-extractiontext-parsing

Read More
Parse a square braced placeholder and get the value of a specific attribute...

phpregexattributesplaceholdertext-parsing

Read More
Parse the URL components of a square braced placeholder in a string...

phpregexplaceholdertext-parsingurl-parsing

Read More
Parse kebab-case sentence with predictable components...

phpregextext-parsingsentencekebab-case

Read More
Separate float value and date expression from string with no delimiting character...

phpregextext-parsing

Read More
Populate a 5-element array from the individual digits of a float value which may have less than 5 di...

phparrayssplitdecimaltext-parsing

Read More
Extract data from a square braced placeholder...

phpregexplaceholdertext-parsing

Read More
Convert hashtags to hyperlinks...

phpregexhyperlinktext-parsinghashtag

Read More
Parse multline contact card into individual variables...

phptext-parsing

Read More
Parse BBCode-style tags to access tag name and contained text...

phpplaceholdertext-parsingbbcode

Read More
Get the top level directory name from a filepath string...

phpregexpathtext-parsingdelimited

Read More
Get filename without its extension from a filepath string...

phpregexfilenamestext-parsing

Read More
Parse square-braced shortcode's parameters into a flat array...

phparraysregextext-parsingwordpress-shortcode

Read More
Convert a formatted string representing array data to an array...

phparraysstringtext-parsing

Read More
Parsing a file in R: Tracking events over time with no timestamp...

rregexparsingtext-parsing

Read More
Parse var_export output text to populate an associative array...

phparraysstringtext-parsingphp-5.3

Read More
Parse a flat array of strings to create an associative array...

phparraysassociative-arraytext-parsing

Read More
Line number and negated search combination in sed...

textsedcommand-linetext-parsing

Read More
Get the second and third values in a delimited string and assign to variables...

phpstringtext-parsingdelimited

Read More
Bash + awk advanced parsing...

bashparsingawktext-parsing

Read More
How do I tokenize this string in Ruby?...

rubyparsingtokenizetext-parsing

Read More
For loop is only outputting one nslookup result, when there are multiple...

windowsfor-loopbatch-filetext-parsingnslookup

Read More
PHP Regular Expression key:value validation...

phpregexvalidationtext-parsing

Read More
Can awk deal with CSV file that contains comma inside a quoted field?...

csvawkfieldtext-parsingquoting

Read More
Parse RGB string to integers and avoid "non-well formed numeric value encountered" in Lara...

phplaravelqr-codetext-parsingrgba

Read More
Convert array of formatted strings into an array of arrays...

phpjsonlaravelpostgresqltext-parsing

Read More
Parse string with two sets of delimiters and inconsistent spacing and create a flat associative arra...

phparraysassociative-arraytext-parsingdelimited

Read More
Dot not matching text with newlines while trying to parse BBCode with regex...

phpregextext-parsingbbcode

Read More
"Compilation failed: unmatched parentheses" error while parsing BBCode text with regex...

phpregexpreg-replacetext-parsingbbcode

Read More
Convert BBCode [link='www.example.com]example[/link] into HTML <a href="www.example.com&...

phpregexreplacetext-parsingbbcode

Read More
BackNext