mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
<sep-soft> support
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@166 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -33,6 +33,10 @@ String untag_no_escape(const String& str) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
String untag_hide_sep(const String& str) {
|
||||
return untag(remove_tag_contents(str,_("<sep-soft")));
|
||||
}
|
||||
|
||||
String escape(const String& str) {
|
||||
String ret; ret.reserve(str.size());
|
||||
FOR_EACH_CONST(c, str) {
|
||||
|
||||
Reference in New Issue
Block a user