source/text/sbasic/shared/03/sf_string.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f6422656f4d6d5432cf18fab6a104a75d369662f Author: Alain Romedenne <alain.romede...@libreoffice.org> AuthorDate: Fri Aug 13 14:09:19 2021 +0200 Commit: Alain Romedenne <alain.romede...@libreoffice.org> CommitDate: Fri Aug 13 16:07:18 2021 +0200 Document sf_string Python support - Typo in FindRegex Change-Id: I7b2f98140585f7ff0ff04f9c4855deb299664592 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/120432 Tested-by: Jenkins Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org> diff --git a/source/text/sbasic/shared/03/sf_string.xhp b/source/text/sbasic/shared/03/sf_string.xhp index 43db8d582..abe9fd7c1 100644 --- a/source/text/sbasic/shared/03/sf_string.xhp +++ b/source/text/sbasic/shared/03/sf_string.xhp @@ -486,7 +486,7 @@ <paragraph role="paragraph" id="par_id1001579876228707">Finds in a string a substring matching a given regular expression.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" localize="false" id="par_id591627159907982"> - <input>svc.FindRegex(inputstr: str, regex: str, [start: int], [casesensitive: bool], [forward: boo]): str</input> + <input>svc.FindRegex(inputstr: str, regex: str, [start: int], [casesensitive: bool], [forward: bool]): str</input> </paragraph> <embed href="text/sbasic/shared/00000003.xhp#functparameters"/> <paragraph role="paragraph" id="par_id131579876314120"><emph>inputstr</emph>: The string to be searched</paragraph>