We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1b8d8 commit c5a7839Copy full SHA for c5a7839
1 file changed
Assets/Hypertext/Examples/RegexExample.cs
@@ -4,7 +4,7 @@ namespace Hypertext
4
{
5
public class RegexExample : MonoBehaviour
6
7
- [SerializeField] RegexHypertext text;
+ [SerializeField] RegexHypertext text = default;
8
9
const string RegexUrl = "http(s)?://([\\w-]+\\.)+[\\w-]+(/[\\w- ./?%&=]*)?";
10
const string RegexHashtag = "[##][A-Za-zA-Za-z一-鿆0-90-9ぁ-ヶヲ-゚ー]+";
0 commit comments