mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-13 08:56:29 +00:00
fix: rename %splitstrregex
builtin function to %splitstr_regex
According to: - https://forum.plantuml.net/18827/%25splitstr-please-add-regex-support-as-second-argument?show=18838#c18838
This commit is contained in:
parent
52fdd3bbe4
commit
6802c2b578
@ -49,7 +49,7 @@ import net.sourceforge.plantuml.tim.expression.TValue;
|
||||
public class SplitStrRegex extends SimpleReturnFunction {
|
||||
|
||||
public TFunctionSignature getSignature() {
|
||||
return new TFunctionSignature("%splitstrregex", 2);
|
||||
return new TFunctionSignature("%splitstr_regex", 2);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user