Skip to content

Instantly share code, notes, and snippets.

View kudapara's full-sized avatar
🌀
Verified

Kudakwashe Paradzayi kudapara

🌀
Verified
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<title>Comparison in javascript</title>
</head>
<body>
After making the comparison
</body>
<script>
import java.util.regex.*;
public class NationalIdRegex {
public static void main(String args[]) {
// 1st way.
Pattern pattern = Pattern.compile("\\d{2}[-|\\t|\\s]\\d{7}[A-Za-z&&[^IOio]]\\d{2}");
Matcher matcher = pattern.matcher("29-1526374X45");
boolean isIdInCorrectFormat = matcher.matches();
System.out.println("Is the id correct: " + isIdInCorrectFormat);
}

Keybase proof

I hereby claim:

  • I am kudapara on github.
  • I am kudapara (https://keybase.io/kudapara) on keybase.
  • I have a public key ASDqXBtbMBt39YlP28HuAq2_DKown2aUZNwsISTfzhkpZQo

To claim this, I am signing this object:

Proposal for the new delivery system

  • Team backend. Can you please create endpoints with crud actions for deliveries.
  • The array bellow is an example of the collection of deliveries to be saved in the database.
  • These deliveries will be managed in tablero.
  • The deliveries will be scoped by realm

Checkout a demo of the new checkout

cons deliveries = [