regex or character code example
Example 1: regex char or char
//check if have "i" or "o"
/i|o/.test(var)
Example 2: search class regex
class(?=="(?:(?:.*?\s)?btn(?:\s.*?)?)")
Example 3: regex or operator
Grouping Operators (( ... ) or \( ... \))