RE2 doesn't support arbitrary lookahead or lookbehind assertions, nor does it
support backreferences. Specifically, the following backreference operators
aren't supported:
(?=)- positive lookahead
(?!)- negative lookahead
(?<=)- positive lookbehind
(?<!)- negative lookbehind
\N- backreference where N is an integer
RE2 doesn't recognize\cxas the Control-X character.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-15 UTC."],[],[]]