Profile
Achievement
aelesbao's Recent Snippets
- All /
« Prev 1 Next »
[Serializable]
[XmlRoot("items")]
public class ItemCollection : XmlSerializableCollection<Item>
{
}
0
576
posted 13 years ago by aelesbao
The regular expression must be in non-literal notation; so replace all backslashes with two backslashes (e.g. ^\w+$ -> ^\\w+$).
All searches are case insensitive; you can change this by removing the ‘i’ flag in the plugin.
1
870
posted 13 years ago by aelesbao