mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 19:09:35 +02:00
wikiconvert: comment
git-svn-id: trunk@54390 -
This commit is contained in:
parent
48545a5054
commit
bf0939e320
@ -280,7 +280,7 @@ end;
|
||||
|
||||
{ IsValidIdent returns true if the first character of Ident is in:
|
||||
'A' to 'Z', 'a' to 'z' or '_' and the following characters are one of:
|
||||
'A' to 'Z', 'a' to 'z', '0'..'9' or '_' }
|
||||
'A' to 'Z', 'a' to 'z', '0'..'9', '_' or '-' }
|
||||
function IsValidNodeName(const Ident: string): boolean;
|
||||
var
|
||||
p: PChar;
|
||||
|
Loading…
Reference in New Issue
Block a user