ios - objective-c 只允许两个单词之间的空格,而不是之前或之后
<p><p>我正在使用 objective-c开发一个 ios 应用程序,在一个屏幕上我有一个名称字段,我想以这样的方式验证该字段,它只允许字母名称,名字和姓氏之间只有空格,并且在名称的第一部分之前没有空格,在文本字段中名称的最后一部分之后也没有空格,我已经检查了“仅字母名称”,但坚持这个空白部分,请。指导。 </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>这个怎么样?</p>
<pre><code>NSString *firstNameActual = firstNameTF.text;
NSString *firstNameTrimmed = ];
if () {
// there is no space at start or end
} else {
// there are spaces at start or end
}
</code></pre></p>
<p style="font-size: 20px;">关于ios -objective-c 只允许两个单词之间的空格,而不是之前或之后,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/28692669/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/28692669/
</a>
</p>
页:
[1]