<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Is there any alternative to isusernametaken()?</title><link>https://community.appian.com/discussions/f/general/17857/is-there-any-alternative-to-isusernametaken</link><description>Hi All, 
 isusernametaken() is case-sensitive check for username. do we have any alternate function for the same with case-insensitive? 
 Thanks in Advance.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is there any alternative to isusernametaken()?</title><link>https://community.appian.com/thread/70281?ContentTypeID=1</link><pubDate>Fri, 01 Nov 2019 13:06:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9d3fda55-55fc-4a1e-a1f1-fc6b8a15261d</guid><dc:creator>Krishna Chaitanya Mallavarapu</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;load(
  local!usersList: a!forEach(
    items: touniformstring(
      getallusers(
        0,
        - 1
      )
    ),
    expression: lower(
      fv!item
    )
  ),
  contains(
    local!usersList,
    lower(
      &amp;quot;userName&amp;quot;
    )
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;if this rule returns true ,the user is already taken&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>