https://bugs.documentfoundation.org/show_bug.cgi?id=170754
--- Comment #1 from Carlos R. Esp <[email protected]> --- I verified that this error occurs also with the other two text functions SEARCH and FINDALL because they are managed in the same way, so these two examples similar to ones in the documentation are also printing an error unless a temporary variable is used: PRINT SEARCH(“\w”, “word”) PRINT FINDALL(“\w+”, “Dogs, cats.”) Today I tried to fix it by changing an internal text matching mask, and I went into another error, anyway I will try it again, I still don't know why it works when we use variables without the nested function call. -- You are receiving this mail because: You are the assignee for the bug.
