// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
29 C
Singapore

Police bust serial molester who attacks middle-aged women as he rides his bicycle

Police officers have arrested a 22-year-old who has been accused on molesting two middle-aged women in separate incidents this month. His victims are 55-years-old and 46-years-old.

The suspect first struck around 8am on 8 Nov, when he molested the first woman along. He struck again three days later, on 11 Nov, when he attacked a second woman along Toa Payoh Lorong 8.

The culprit was riding his bicycle during both attacks.

If found guilty, the 22-year-old could face a maximum 2-year jail sentence and/or be caned and/or fined.

Investigations are ongoing.

See also  BMW driver involved in Caltex Tampines case tells his side of the story; lodges police report

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });