{#each prepcode(inputString) as x} {#if x.toLowerCase() === searchKey.toLowerCase()} {x} {:else} {x} {/if} {/each}