A regex construct, specified as a backslash character () followed by a digit character denoting a capturing group number, that recalls a capturing group’s captured text characters.
Regular expressions come in handy for all varieties of text processing, but are often misunderstood--even by veteran developers. Here's a look at intermediate-level regular expressions and what they ...