Gambas dokumentace
Developer Documentation
Documents
Jak na...
Kompilace & instalace
Komponenty
Lexikon
Poslední změny
Registrace
Rejstřík jazyka
Rejstřík jazyka
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Regexp.FindAll (gb.pcre)
Static
Function
FindAll
(
Subject
As
String
,
Pattern
As
String
[
,
CompileOptions
As
Enum RegexpCompileOption
,
ExecOptions
As
Enum RegexpExecOption
]
)
As
String[]
Since 3.19
Return a string array of all sub-strings matching a pattern.
This static method takes the same parameters as the
Regexp constructor
does. However, is does not create a new object but instead it returns the result directly.