Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit c8e865c

Browse files
Merge pull request #1593 from livecode/bugfix-19547
[[ Bug 19547 ]] Fixed bug preventing the find of |
2 parents ef1b9b4 + 132e147 commit c8e865c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Toolset/palettes/script editor/behaviors/revseeditorbehavior.livecodescript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4018,6 +4018,8 @@ private function escapeString pString, pUseWildCard
40184018
replace "}" with "\}" in pString
40194019
replace ")" with "\)" in pString
40204020
replace "(" with "\(" in pString
4021+
replace "|" with "\|" in pString
4022+
replace "-" with "\-" in pString
40214023

40224024
# OK-2009-01-17 : Bug 7611 - Periods must be replaced as they match any char otherwise
40234025
replace "." with "\." in pString

notes/bugfix-19547.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fixed bug preventing users from finding | and - in the script editor

0 commit comments

Comments
 (0)