Quote:
Originally Posted by xXziroXx
PHP Code:
if (this.string.starts("an")) { ... }
|
Not that, I mean, if you have a clean text string, like:
PHP Code:
temp.text = "item";
Now.. Is there a way to see if the string should have 'an' before it, or is the only way a public function?