Relative Content

Tag Archive for languages

Structuring Resource Files

In .NET we’ve got Resource files which are great for allowing providing translations across your application.

Understanding of concatenation, union and iteration at regular language

I’m trying to understand what a regular language is. There are 3 compound regular expressions for regular language: concat {AB}, union {A+B} and iteration {A*}. When they are used in a simple ways it’s clear for me how operate with them. But I’m frustrated with questions like this: