SoFunction
Updated on 2025-03-01

Dreamweaver regular replacement (returns the call value)

Example 1:
List-j/ --> ?id=1100
List-j/(\d+).aspx --> ?id=$1
Example 2:
?id=1100 --> List-j/
\?jt=(\d+) --> List-j/$ (Note: "?" appears in "?id=1100" and needs to be escaped)