Essays about: "Regular-Expression"

Showing result 1 - 5 of 14 essays containing the word Regular-Expression.

  1. 1. An Analysis of Data Cleaning Tools : A comparative analysis of the performance and effectiveness of data cleaning tools

    University essay from Mittuniversitetet/Institutionen för data- och elektroteknik (2023-)

    Author : Filip Stenegren; [2023]
    Keywords : Data Cleansing; Data Cleaning; Python; Excel; Regular-Expression; Datarensning; Datatvätt; Python; Excel; Regular-Expression;

    Abstract : I en värld full av data är felaktiga eller inkonsekventa data oundvikliga, och datarensning, en process som rensar sådana skillnader, blir avgörande. Syftet med studien är att besvara frågan om vilka kriterier datarengöringsverktyg kan jämföras och utvärderas med. READ MORE

  2. 2. Comparing the Performance of Compiled vs Interpreted RegEx

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Simon Hocker; Andreas Hammarstrand; [2023]
    Keywords : Compilers; Interpreters; Regular languages; RegEx; Performance; Kompilatorer; Tolkare; Regulära språk; RegEx; Prestanda;

    Abstract : The Regular Expression (RegEx) is one of the most important computer science technologies used for searching through text. Used commonly in almost every corner of computer science that is dependent on searching, it is imperative that they are made to be efficient. Usually, RegEx are implemented through the use of a process called interpretation. READ MORE

  3. 3. Input Validation and Input Sanitization for Web Applications

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Kevin Alemi Pedram; [2021]
    Keywords : ;

    Abstract : The rise of web-based applications is rapidly increasing with time and demand. As more and more web applications are being developed, so are the threats against these web applications' user-base. Input-basedattacks against web applications are becoming more common. A new task is in the hands of the developers, namely input handling. READ MORE

  4. 4. Deployment failure analysis using machine learning

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Joosep Franz Moorits Alviste; [2020]
    Keywords : machine learning; log mining; log parsing; pipedrive; deployment failure analysis; failure analysis; classification; log files;

    Abstract : Manually diagnosing recurrent faults in software systems can be an inefficient use of time for engineers. Manual diagnosis of faults is commonly performed by inspecting system logs during the failure time. READ MORE

  5. 5. Modernizing the Syntax of Regular Expressions

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Adam Andersson; Ludwig Hansson; [2020]
    Keywords : regular expressions; programming language design; readability;

    Abstract : Context Writing and working with regular expressions could be a slow and tedious task,which is mainly because of its syntax, but also because there exist several different dialectswhich easily could cause confusion. Even though regular expression has been widely used forparsing and programming language design, they are now frequently used for input validationand seen in common applications such as text editors. READ MORE