Search code examples
Replace letter "A" if preceded by a digit...


phpregexreplacepositive-lookbehind

Read More
Prepend a comma to all d/m/Y date expressions in text containing comma-separated values...


phpregexcsvreplacetext-parsing

Read More
Replace colons in a string unless they are part of a disqualifying substrings...


phpregexreplacetext-parsing

Read More
Replace javascript document.write() call from a HTML document body with its HTML content...


phpregexdomreplacehtml-parsing

Read More
Convert all elements in a flat array containing multi-word values to snake_case...


phparraysreplacecpu-wordsnakecasing

Read More
How do I replace words in an HTML page using JS?...


javascripthtmlif-statementreplace

Read More
Remove a specific key-value pair from the query string of a URI string...


phpreplaceuripreg-replacequery-string

Read More
Append text immediately after a regex match -- "$0$n" is misinterpreted by preg_replace()...


phpregexreplacepreg-replacebackreference

Read More
Case-insensitively replace whole words only...


phpregexreplaceword-boundary

Read More
Substitute a regular expression by text in between the regular expression...


regexvimreplacetext-processingcapture-group

Read More
Use Notepad++ to Capitalize Letters in Snake Case...


regexreplacenotepad++

Read More
Change from preg_match() to preg_replace() and to remove matched <head> content...


phpregexreplacesanitization

Read More
JavaScript remove fullstop, comma and spaces from a string...


javascriptregexstringreplace

Read More
Read lines of Txt file, edit specific lines, then write full Txt file to new file - C#...


c#replacestreamreaderreadlines

Read More
Make an indeterminant number of replacements between two markers in a strings...


phpregexreplace

Read More
Avoid backreference replacement in php's preg_replace...


phpreplace

Read More
Insert new directory into a URL string just before the filename...


phpregexreplacepathurl-parsing

Read More
Remove non-letters and letters not preceded by specified characters or at the start of the string...


phpregexreplacesanitization

Read More
Convert all hashtags in text to hyperlinks...


phpregexreplacehyperlinkhashtag

Read More
Backreference \1 in replacement string of preg_replace() is not substituting the captured text from ...


phpreplacepreg-replacequotingbackreference

Read More
preg_replace add "00" after $1 without spaces in Replacement...


phpreplacepreg-replace

Read More
Replace placeholder in a string which are wrapped in square brackets or angle brackets...


phpregexreplaceplaceholderbrackets

Read More
Replace text/string between two strings...


phpregexreplace

Read More
Replace placeholder between two pipes with an HTML <img> tag and use the placeholder's val...


phpregexreplacepreg-replaceplaceholder

Read More
Fastest method to replace all instances of a character in a string...


javascriptstringreplace

Read More
Replace an <input type="submit"> button with an <a> which executes javascript ...


phpdomreplacehtml-parsing

Read More
Replace missing rows in dataframe A, along with their corresponding values with data from dataframe ...


pythonpandasdataframereplacemissing-data

Read More
Replace CRLF using powershell...


powershellreplacenewlineeol

Read More
Replace multiple strings at once...


javascriptjqueryreplace

Read More
How do I split a sentence into words and punctuation?...


javascriptstringreplacesplitpunctuation

Read More
BackNext