2010-09-05 14:45:38 +02:00
|
|
|
Source: a*b\*c
|
|
|
|
Replace str: _\\_\z_
|
|
|
|
Pattern: single backslash and star: "replace literal star"
|
|
|
|
Unquoted: a_\_z_b\*c
|
2010-09-06 10:26:37 +02:00
|
|
|
Unquoted =: a_\_z_b\*c
|
2018-04-02 12:35:04 +02:00
|
|
|
Quoted: a_\_z_b\*c
|
|
|
|
Quoted =: a_\_z_b\*c
|
2010-09-05 14:45:38 +02:00
|
|
|
Pattern: double backslash and star: "replace backslash and everything after it"
|
|
|
|
Unquoted: a*b_\_z_
|
2010-09-06 10:26:37 +02:00
|
|
|
Unquoted =: a*b_\_z_
|
2018-04-02 12:35:04 +02:00
|
|
|
Quoted: a*b_\_z_
|
|
|
|
Quoted =: a*b_\_z_
|
2010-09-05 14:45:38 +02:00
|
|
|
|
|
|
|
Source: a\bc
|
|
|
|
Replace str: _\\_\z_
|
|
|
|
Pattern: single backslash and b: "replace b"
|
|
|
|
Unquoted: a\_\_z_c
|
2010-09-06 10:26:37 +02:00
|
|
|
Unquoted =: a\_\_z_c
|
2018-04-02 12:35:04 +02:00
|
|
|
Quoted: a\_\_z_c
|
|
|
|
Quoted =: a\_\_z_c
|
2010-09-05 14:45:38 +02:00
|
|
|
Pattern: double backslash and b: "replace backslash and b"
|
|
|
|
Unquoted: a_\_z_c
|
2010-09-06 10:26:37 +02:00
|
|
|
Unquoted =: a_\_z_c
|
2018-04-02 12:35:04 +02:00
|
|
|
Quoted: a_\_z_c
|
|
|
|
Quoted =: a_\_z_c
|
2010-09-06 10:26:37 +02:00
|
|
|
|
|
|
|
Source: a\bc
|
|
|
|
Replace str: _\\_\z_ (as variable $s)
|
|
|
|
Pattern: single backslash and b: "replace b"
|
|
|
|
Unquoted: a\_\\_\z_c
|
|
|
|
Unquoted =: a\_\\_\z_c
|
|
|
|
Quoted: a\_\\_\z_c
|
|
|
|
Quoted =: a\_\\_\z_c
|
|
|
|
Pattern: double backslash and b: "replace backslash and b"
|
|
|
|
Unquoted: a_\\_\z_c
|
|
|
|
Unquoted =: a_\\_\z_c
|
|
|
|
Quoted: a_\\_\z_c
|
|
|
|
Quoted =: a_\\_\z_c
|
2010-09-05 14:45:38 +02:00
|
|
|
|
|
|
|
Done: 0
|