Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
gb.web
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error
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.