Top "Reserved" questions

Denotes a resource that is usable only in a pre-determined way.

How to check if a string is a valid python identifier? including keyword check?

Does anyone know if there is any builtin python method that will check if something is a valid python variable …

python keyword identifier reserved
What are the official XML reserved characters?

In this page, Microsoft says that XML reserved characters (and their entity) are the following ones: > &gt; < &…

xml special-characters reserved
escape curly braces in unix shell script

I have a string: {2013/05/01},{2013/05/02},{2013/05/03} I want to append a { at the beginning and a } at the end. The output should …

shell unix character ksh reserved
Can I use PHP reserved names for my functions and classes?

I'd like to create a function called "new" and a class called "case". Can I do that in PHP?

php class function reserved
How do I use a C# reserved keyword as a property name without the @ prefix?

I need to design a class where one property name has to be return, but when I create a property …

c# keyword reserved