Tag: regex
Found 609 results for 'regex'.
1) linux - how to execute a script within a script in shell command
2) bash - Check if folders exist in Git repository... testing if a sub-string exists in bash with NULL as a separator
3) regex - using sed to remove character at the end of numeric string
4) bash - Bash: Grep regular expression failing to work
5) database-design - Using REGEX_LIKE to Implement a Check Constraint
6) mysql - Mysql select using regexp
7) postgresql - How to sum the values of a json column filtered with regex?
8) regex - Trim string from string
9) regex - how to retrieve filename or extension within bash
10) regex - Isolate a term in a line
11) c# - RegEx word performance: \w vs [a-zA-Z0-9_]
12) regex - Dynamic replacing with perl
13) regex - find and replace text in multiple files
14) regex - Substring of string matching regex in a bash shell
15) bash - How to use regex for literal numbers
16) regex - Why bracket a single letter in a grep regex?
17) python - Trim a returned value from a Kafka topic using python
18) javascript - How to downcase all char and uppercase only the first characters via js?
19) c++ - c++ regular expression matching whole line
20) java - Splitting a Java String by the pipe symbol using split("|")
21) java - Why in Java 8 split sometimes removes empty strings at start of result array?
22) java - Java string.split - by multiple character delimiter
23) java - .split() a string containing the characters "++"
24) javascript - JavaScript .replace only replaces first Match
25) regex - Monit: use content MATCH on “check file …” if match “xxx”
26) bash - Bash script to create mass series of directories
27) python - Regular Expression search in python if condition
28) php - Regex to check the existence of a string in another string
29) regex - Python - Check If string Is In bigger String
30) python - Only take from the latest string with python regex
31) c# - Find word in string with random digits before and after
32) python - Match everything inside multiple instances of a tag in a string in python
33) bash - How to edit a multiline pattern in bash (sed and awk are available)
34) bash - Searching for *.graphml files with the find utility
35) bash - Grep strings ending with string and bracket
36) bash - Take a file of regexes and return the first match for each in another file
37) bash - Conditional spaces in a regular expression?
38) c++ - c++11 regex slower than python
39) javascript - Javascript regex for matching/extracting file extension
40) python - How to extract the filename from a string using regular expression
41) postgresql - Look for a list of specific characters using RegEx
42) mysql - How to split numbers and text in MySQL
43) sql-server - Is there an operator or an easy way to match an expression one or more times with the LIKE operator in SQL?
44) bash - Command substitution into bash script $1 value
45) bash - egrep matching group not printing?
46) regex - regexes in sed: matching a character that is not preceded or followed by a specific other character
47) bash - Using sed to remove both an opening and closing square bracket around a string
48) perl - Prepend String using perl/awk/sed?
49) bash - Regex negative matching trouble
50) command-line - Regular expression to match opening double quote missing a ending double quote