Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Character (Name)
@ (Ampersand)
# (Number sign)
% (Percent)
- (Hyphen, Minus sign)
_ (Underscore)
= (Equals)
~ (Tilde)
` (Grave accent)
: (Colon)
; (Semicolon)
< (Less than, Left Angle Bracket)
> (Greater than, Right Angle Bracket)
, (Comma)
Character (Name)
$ (Dollar Sign)
( (Left Parentheses, Left Round Bracket)
) (Right Parentheses, Right Round Bracket)
* (Asterisk)
? (Question Mark)
\ (Backslash)
^ (Caret)
(Right Square Bracket/Brace)
{ (Left Curly Bracket/Brace)
} (Right Curly Bracket/Brace)
| (Pipe)
+ (Plus)
Character (Name)
. (Period, Full stop)
? (Single quote, Apostrophe)
" (Double quote)
Can someone please verify for me that I have these characters grouped appropriately, and let me know about the "Unknown" characters (if they are ordinary/allowable or metacharacters/not ordinary/special), please?
I'm trying to figure out what characters we should NOT use (in strings that Talend will be using/calling/whatever) - just to avoid headaches.
Thanks!